body {
    /* background-color: #cacfd7; */
    font-size: 17px;
}

.bt-box {
    margin: 0px auto;
}

.bt-box-1200 {
    width: 1200px;
    margin: 0 auto;
}

a {
    FONT-FAMILY: 微软雅黑;
    text-decoration: none;
    color: #3D3D3D;
}

a:hover {
    color: #ff0000;
}

/*头部*/
.banner {
    height: 190px;
}

.top_logo img {
    margin-top: 60px;
    margin-left: -50px;
}

.top_logo .search_bg {
    float: right;
    margin-top: 78px;
    margin-right: 40px;
    width: 400px;
    height: 40px;
    border: 0px solid #aaa;
}

.search_bg input[type=text] {
    width: 263px;
    height: 40px;
    padding-left: 12px;
    margin-left: -12px;
    margin-top: -5px;
}

.heder_top_sou {
    width: 85px;
    height: 40px;
    float: left;
    margin-top: -40px;
    margin-left: 250px;
    background-color: #bb2323;
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    line-height: 40px;
    outline: none;
    border: none;
}

.bg_clr {
    margin: 0px auto;
    background-color: #d13031;
}

.nav-bg {
    background-color: #d13031;
    height: 50px;
}

.nav-bg li {
    float: left;
    width: 200px;
    line-height: 50px;
    color: #FFF;
    text-align: center;
}

.nav-bg li a {
    line-height: 50px;
    font-size: 17px;
    font-weight: bolder;
    color: #FFF;
    text-align: center;
    margin-left: 20px;
}

.nav-bg li a:hover {
    color: #ff0000;
}

/**/
.content1 {
    height: 370px;
    margin-top: 30px !important;
}

.content1-left {
    width: 620px;
    background-color: #FFFFFF;
    height: 370px;
}

.content1-right {
    width: 550px;
    background-color: #FFFFFF;
    height: 370px;
}

/**/
.content2 {
    height: 300px;
    margin-top: 30px;
}

.content2-left {
    width: 609px;
    height: 270px;
    background-color: #FFFFFF;
}

.content2-right {
    width: 570px;
    height: 270px;
    background-color: #FFFFFF;
}

.content3 {
    height: 250px;
    margin-top: 20px !important;
}

.content3-left {
    width: 285px;
    background-color: #FFFFFF;
    height: 250px;
    border: solid 1px #dedede;
}

.content3-mid {
    width: 460px;
    background-color: #FFFFFF;
    height: 250px;
	border: solid 1px #dedede;
}

.content3-right {
    width: 415px;
    background-color: #FFFFFF;
    height: 250px;
    border: solid 1px #dedede;
}

.footer {
    height: 145px;
    margin-top: 20px;
    /*  background-color: #e7e7e7; */
}

/*切换样式*/
.tab{
height:45px;
line-height:40px;
border-bottom: #dedede solid 1px;
}
.title{
height:45px;
line-height:40px;
border-bottom: #dedede solid 1px;
}
.title .bt-left{
font-size:17px; 
color: #d51a1a;
font-weight: bold;
	}
.tab span{
padding:10px;
font-size:17px;
}
.tab span.hover {
    color: #d51a1a;
    font-weight: bold;
    border-bottom: #d51a1a solid 2px;
	padding:10px;
}
#one1,#one2,#one3{font-size: 17px;}
.tab span.ver {
    color: #d51a1a;
    font-weight: bold;
	padding:10px;
}
.lnlunbo{
display: none;
}

 #tblgov li a{
	 display: inline-block;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	vertical-align: middle;
  }

.clearfix:after{
    content:"";
    height:0;
    line-height:0;
    display:block;
    visibility:hidden;
    clear:both;
}
.clearfix{
    zoom:1;
}